home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Universal Viewer / UniversalViewer.exe / Viewer.exe / 0 / RCDATA / TFORMVIEWOPTIONSTEXT / TFORMVIEWOPTIONSTEXT.txt
Encoding:
Text File  |  2009-10-23  |  2.1 KB  |  109 lines

  1. object FormViewOptionsText: TFormViewOptionsText
  2.   Left = 332
  3.   Top = 270
  4.   ActiveControl = chkDetect
  5.   BorderStyle = bsDialog
  6.   Caption = 'Text options'
  7.   ClientHeight = 147
  8.   ClientWidth = 306
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object btnCancel: TButton
  21.     Left = 156
  22.     Top = 116
  23.     Width = 81
  24.     Height = 23
  25.     Cancel = True
  26.     Caption = 'Cancel'
  27.     ModalResult = 2
  28.     TabOrder = 1
  29.   end
  30.   object btnOk: TButton
  31.     Left = 68
  32.     Top = 116
  33.     Width = 81
  34.     Height = 23
  35.     Caption = 'OK'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 0
  39.   end
  40.   object boxText: TGroupBox
  41.     Left = 8
  42.     Top = 4
  43.     Width = 289
  44.     Height = 105
  45.     TabOrder = 2
  46.     object labDetect1: TLabel
  47.       Left = 24
  48.       Top = 37
  49.       Width = 34
  50.       Height = 13
  51.       Caption = 'by &first'
  52.       FocusControl = edDetectSize
  53.     end
  54.     object labDetect2: TLabel
  55.       Left = 128
  56.       Top = 37
  57.       Width = 12
  58.       Height = 13
  59.       Caption = 'Kb'
  60.     end
  61.     object labDetectL1: TLabel
  62.       Left = 24
  63.       Top = 61
  64.       Width = 63
  65.       Height = 13
  66.       Caption = '&maximal size:'
  67.       FocusControl = edDetectLimit
  68.     end
  69.     object labDetectL2: TLabel
  70.       Left = 144
  71.       Top = 61
  72.       Width = 81
  73.       Height = 13
  74.       Caption = 'Kb (0: don'#39't limit)'
  75.     end
  76.     object chkDetect: TCheckBox
  77.       Left = 8
  78.       Top = 16
  79.       Width = 273
  80.       Height = 17
  81.       Caption = '&Auto-detect text files'
  82.       TabOrder = 0
  83.       OnClick = chkDetectClick
  84.     end
  85.     object edDetectSize: TEdit
  86.       Left = 96
  87.       Top = 34
  88.       Width = 25
  89.       Height = 21
  90.       TabOrder = 1
  91.     end
  92.     object edDetectLimit: TEdit
  93.       Left = 96
  94.       Top = 58
  95.       Width = 41
  96.       Height = 21
  97.       TabOrder = 2
  98.     end
  99.     object chkDetectOEM: TCheckBox
  100.       Left = 24
  101.       Top = 82
  102.       Width = 257
  103.       Height = 17
  104.       Caption = 'Auto-detect &OEM codepage'
  105.       TabOrder = 3
  106.     end
  107.   end
  108. end
  109.